home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Simulation / PDP-8 Simulator / Source Code / Assembler / CodeHelp.proto.h < prev    next >
Encoding:
Text File  |  1992-09-13  |  322 b   |  12 lines  |  [TEXT/KAHL]

  1.  
  2. /* CodeHelp.c */
  3. opcode getOpcode(char *);
  4. void makeMemoryInstruction(opcode, rBlock, pHandle);
  5. addressType evaluateAddress(pHandle, char *);
  6. wordType evaluateValue(pHandle, char *);
  7. wordType evaluatePart(pHandle, char *);
  8. wordType htoi(char *);
  9. wordType otoi(char *);
  10. short thisPage(pHandle);
  11. short pageOf(addressType);
  12.